home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_runner_2.swf / scripts / frame_37 / PlaceObject2_45_148 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-01-12  |  169b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this.p.hitTest(_root.hero))
  3.    {
  4.       _root.gotoAndStop("level6");
  5.    }
  6.    if(_root.scor == 12)
  7.    {
  8.       this.play();
  9.    }
  10. }
  11.